var runtime.inittrace
17 uses
runtime (current package)
arena.go#L721: if inittrace.active && inittrace.id == getg().goid {
arena.go#L723: inittrace.bytes += uint64(userArenaChunkBytes)
malloc.go#L998: if inittrace.active && inittrace.id == getg().goid {
malloc.go#L1000: inittrace.allocs += 1
malloc.go#L1232: if inittrace.active && inittrace.id == getg().goid {
malloc.go#L1234: inittrace.bytes += uint64(size)
proc.go#L194: inittrace.id = getg().goid
proc.go#L195: inittrace.active = true
proc.go#L254: inittrace.active = false
proc.go#L6696: var inittrace tracestat
proc.go#L6725: if inittrace.active {
proc.go#L6728: before = inittrace
proc.go#L6743: if inittrace.active {
proc.go#L6746: after := inittrace
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |